'Declaration
Public Function New( _ ByVal value() As Byte, _ ByVal namespaceUri As String _ )
'Usage
Dim value() As Byte Dim namespaceUri As String Dim instance As New ExpandedNodeId(value, namespaceUri)
public ExpandedNodeId( byte[] value, string namespaceUri )
public: ExpandedNodeId( array<byte>^ value, String^ namespaceUri )
Parameters
- value
- The node we are wrapping
- namespaceUri
- The namespace that this node belongs to